home *** CD-ROM | disk | FTP | other *** search
- /*
- File: ODAplEvt.cpp
-
- Contains: xxx put contents here xxx
-
- Owned by: Nick Pilch
-
- Copyright: © 1995 by Apple Computer, Inc., all rights reserved.
-
- Change History (most recent first):
-
- <3> 8/16/95 NP 1275241: IDL Review. Remove unnecessary
- overrides.
- <2> 8/3/95 RR #1257260: Collapse B classes. Remove
- somInit methods. Don't call IsInitialized
- or SubclassResponsibility
- <1> 1/26/95 NP first checked in
-
- To Do:
- */
-
- #define ODAppleEvent_Class_Source
- #define VARIABLE_MACROS
- #include <ODAplEvt.xih>
-
- SOM_Scope void SOMLINK ODAppleEventInitODAppleEvent(ODAppleEvent *somSelf, Environment *ev)
- {
- // ODAppleEventData *somThis = ODAppleEventGetData(somSelf);
- ODAppleEventMethodDebug("ODAppleEvent","ODAppleEventInitODAppleEvent");
-
- SOM_TRY
-
- somSelf->InitODRecord(ev);
-
- SOM_CATCH_ALL
- SOM_ENDTRY
- }
- #if 0
- SOM_Scope void SOMLINK ODAppleEventsomUninit(ODAppleEvent *somSelf)
- {
- // ODAppleEventData *somThis = ODAppleEventGetData(somSelf);
- ODAppleEventMethodDebug("ODAppleEvent","ODAppleEventsomUninit");
-
- ODAppleEvent_parent_ODRecord_somUninit(somSelf);
- }
- #endif /* 0 */
-